Description
Symbolizes point features using the specified raster image.
Diagram
Overview
|
|
image required
Full pathname to image.
|
|
angle optional
Raster marker angle.
|
|
backgroundcolor optional
Background color.
|
|
color optional
Marker symbol color.
|
|
size optional
Symbol size in pixels.
|
|
transparencycolor optional
Color within the raster that indicates transparency.
|
|
Attributes
Name | Type | Use | Default | Fixed | Description |
image | | required | | | Full pathname to image. |
angle | | optional | | | Raster marker angle. |
backgroundcolor | | optional | | | Background color. |
color | | optional | 0,0,0 | | Marker symbol color. |
size | | optional | | | Symbol size in pixels. |
transparencycolor | | optional | | | Color within the raster that indicates transparency. |
Remarks
Examples
Source
<xs:element name="RASTERMARKERSYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Symbolizes point features using the specified raster image.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute use="required" name="image">
<xs:annotation>
<xs:documentation>Full pathname to image.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="angle">
<xs:annotation>
<xs:documentation>Raster marker angle.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="backgroundcolor">
<xs:annotation>
<xs:documentation>Background color.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="0,0,0" name="color">
<xs:annotation>
<xs:documentation>Marker symbol color.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="size">
<xs:annotation>
<xs:documentation>Symbol size in pixels.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="transparencycolor">
<xs:annotation>
<xs:documentation>Color within the raster that indicates transparency.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
See Also